@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* font-family: 'Roboto Condensed', sans-serif; */
/* font-family: 'Poppins', sans-serif; */
* {
	padding: 0;
	box-sizing: border-box;
}

:root {
	--black: #303030;
	--dark-blue: #0756a5;
	--light-blue: rgba(7, 86, 165, 0.06);
	--white: #fff;
	--orange-bg: linear-gradient(90deg, #ff671e 0%, #ff5500 100%);
	--blue-gradient-bg: linear-gradient(90.01deg, #0756a5 0.01%, #3380cd 81.36%);
	--poppins: "Poppins", sans-serif;
	--roboto-condensed: "Roboto Condensed", sans-serif;
	--roboto : "Roboto", sans-serif;
}

html {
	scroll-behavior: smooth !important;
}

/* <!-- ========== TAP PAGE CSS STARTED========== --> */

/* <!-- ========== TAP BANNER SECTION CSS ========== --> */
.tap-hero-section {
	padding-top: 127px;
}
.tap-hero-section .tap-hero-inner-section {
	background: url(../images/tap-banner-bg.webp);
	background-position: center bottom;
	background-size: cover;
	position: relative;
}
.tap-hero-section .content {
	padding: 120px 0 120px 0;
}

.tap-hero-section .content h1 {
	font-size: 56px;
	line-height: 57px;
	font-weight: 500;
	color: var(--dark-blue);
	font-family: var(--roboto-condensed);
	margin-bottom: 20px;
}

.tap-hero-section .content p {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: var(--black);
	font-family: var(--poppins);
	margin-bottom: 35px;
}

.tap-hero-section .content .btns-wrapper {
	display: flex;
	align-items: center;
	gap: 25px;
}

.tap-btn-primary {
	font-family: var(--roboto);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	padding: 14px 50px;
	border-radius: 80px;
	background: linear-gradient(90deg, #ff7936 0%, #ff5906 100%);
	color: var(--white);
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	text-decoration: none;
	transition: all 0.3s ease;
}
.tap-btn-primary:hover {
	transform: translateY(-4px);
	box-shadow: none;
	text-decoration: none;
	background: linear-gradient(90deg, #ff7936 0%, #ff5906 100%);
	color: var(--white);
}

.tap-btn-primary:active,
.tap-btn-primary:focus {
	box-shadow: none;
	text-decoration: none;
	background: linear-gradient(90deg, #ff7936 0%, #ff5906 100%);
	color: var(--white);
}

/* .tap-hero-section .content .btns-wrapper a img {
	height: 48px;
	width: auto;
} */

.tap-hero-section .hero-right-img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 771px;
	height: auto;
}

/* <!-- ========== GURU CONTENT SECTION CSS ========== --> */

.tap-why-section {
	padding: 110px 0;
}

.tap-why-title {
	font-family: var(--roboto-condensed);
	font-size: 40px;
	line-height: 46px;
	font-weight: 500;
	text-align: center;
	color: var(--dark-blue);
	margin: 0 0 50px;
	position: relative;
}

.tap-why-title::after {
	content: "";
	display: block;
	width: 140px;
	height: 4px;
	background: var(--dark-blue);
	margin: 10px auto 0;
	border-radius: 2px;
}

.tap-why-box-wrapper {
	box-shadow: 0px 4px 16px 0px #00000026;
	border-radius: 10px;
	overflow: hidden;
}

.tap-why-cards-wrapper {
	padding: 50px 40px;
	display: flex;
	align-items: stretch;
	gap: 40px;
	flex-wrap: wrap;
}

.tap-why-cards-wrapper .tap-why-card {
	padding-left: 15px;
	border-left: 5px solid var(--dark-blue);
	width: calc(50% - 20px);
}

.tap-why-card-title {
	font-family: var(--roboto-condensed);
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	color: var(--black);
	margin-bottom: 12px;
}

.tap-why-card-para {
	font-family: var(--poppins);
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: var(--black);
	margin: 0;
}

.tap-why-middle {
	padding: 0 15px 15px 15px;
}

.tap-why-middle img {
	width: 100%;
	height: auto;
}

.tap-why-bottom {
	padding: 30px 40px;
	background-color: var(--dark-blue);
}

.tap-why-bottom p {
	font-family: var(--poppins);
	font-size: 20px;
	line-height: 33px;
	font-weight: 400;
	color: var(--white);
	margin: 0;
	text-align: center;
}

/* <!-- ========== TAP STEPS SECTION CSS ========== --> */

.tap-steps-section {
	padding: 0 0 80px;
}

.tap-steps-title {
	font-family: var(--roboto-condensed);
	font-size: 40px;
	line-height: 46px;
	font-weight: 500;
	text-align: center;
	color: var(--dark-blue);
	margin: 0 0 50px;
	position: relative;
}

.tap-steps-title::after {
	content: "";
	display: block;
	width: 140px;
	height: 4px;
	background: var(--dark-blue);
	margin: 10px auto 0;
	border-radius: 2px;
}

.tap-steps-cards-wrapper {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 36px;
}

.tap-steps-card {
	padding: 20px;
	box-shadow: 0px 4px 16px 0px #00000026;
	border-radius: 10px;
	width: calc(33% - 18px);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 15px;
	background-color: var(--white);
}

.tap-steps-card-number {
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	margin: 0;
	font-family: var(--roboto-condensed);
	border-radius: 50%;
	color: var(--white);
	background-color: var(--dark-blue);
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tap-steps-card-title {
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	margin: 0;
	font-family: var(--roboto-condensed);
	color: var(--dark-blue);
	text-align: center;
}

.tap-steps-card-para {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	margin: 0;
	font-family: var(--poppins);
	color: var(--black);
	text-align: center;
}

.tap-steps-hr {
	margin: 80px 0 70px 0;
}

.tap-steps-bottom-para {
	font-size: 20px;
	line-height: 34px;
	font-weight: 500;
	margin: 0;
	font-family: var(--poppins);
	color: var(--dark-blue);
	text-align: center;
}

/* <!-- ========== TAP TABS SECTION CSS ========== --> */

.tap-tabs-section {
	background: var(--white);
	padding: 0 0 90px;
}

.tap-tabs-image {
	border-radius: 8px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 15px;
}
.tap-tabs-image img {
	width: 100%;
	height: auto;
}

.tap-tabs-wrapper {
	padding-right: 15px;
}

.tap-accordion {
	display: grid;
	gap: 25px;
	max-width: 100%;
}

.tap-accordion-item {
	border: 1px solid #d9d9d9;
	border-radius: 8px;
	background: #fff;
}

.tap-accordion-item.is-open {
	border: 1px solid var(--dark-blue);
}
.tap-accordion-header {
	width: 100%;
	padding: 13px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: none;
	border: 0;
	cursor: pointer;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	font-family: var(--poppins);
	color: var(--black);
	text-align: start;
}
.tap-accordion-header:focus-visible {
	outline: none;
}
.tap-accordion-header i {
	width: 12px;
	height: 12px;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	transform: rotate(45deg);
	transition: 0.2s;
	margin-top: -5px;
}
.tap-accordion-header[aria-expanded="true"] i {
	transform: rotate(-135deg);
	border-color: #0756a5;
}
.tap-accordion-panel {
	display: none;
	padding: 5px 15px 16px;
	color: var(--black);
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	font-family: var(--poppins);
}

/* <!-- ========== TAP CTA SECTION CSS ========== --> */

.tap-cta-section {
	background: var(--white);
	padding: 0 0 100px 0;
}

.tap-cta-row {
	background: url(../images/tap-cta-bg-img.webp);
	background-position: center bottom;
	background-size: cover;
	position: relative;
	border-radius: 16px;
}
.tap-cta-img-wrapper {
	width: 100%;
}
.tap-cta-img-wrapper img {
	height: auto;
	width: 100%;
}

.tap-cta-content-wrapper {
	padding: 110px 0 110px 50px;
	max-width: 530px;
}

.tap-cta-title {
	font-family: var(--roboto-condensed);
	font-size: 40px;
	line-height: 48px;
	font-weight: 500;
	color: var(--white);
	margin: 0 0 20px;
}

.tap-cta-para {
	font-family: var(--poppins);
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: var(--white);
	margin: 0 0 30px;
}
.tap-cta-btns-wrapper {
	display: flex;
	align-items: center;
	gap: 25px;
}

.tap-cta-btns-wrapper a img {
	height: 48px;
	width: auto;
}



/***************************************************************/
/* <!-- ========== RESPONSIVE MEDIA QUERIES CSS ========== --> */
/***************************************************************/

/* <!-- === RESPONSIVE 1366px STARTS HERE === --> */

@media (max-width: 1366px) {
	.tap-hero-section .hero-right-img {
		width: 53%;
	}
}
/* <!-- === RESPONSIVE 1198px STARTS HERE === --> */

@media (max-width: 1198px) {
	.tap-hero-section .content {
		padding: 80px 0 90px 0;
	}
	.tap-hero-section .content h1 {
		font-size: 54px;
		line-height: 55px;
	}
}

/* <!-- === RESPONSIVE 992PX STARTS HERE === --> */

@media (max-width: 992px) {
	.tap-hero-section {
		padding-top: 107px;
	}
	.tap-hero-section .tap-hero-inner-section {
		padding-top: 0;
	}
	.tap-hero-section .content h1 {
		font-size: 38px;
		line-height: 42px;
	}
	.tap-hero-section .content {
		padding: 50px 0 60px 0;
	}

	.tap-hero-section .content .btns-wrapper {
		gap: 15px;
	}
	.tap-hero-section .content .btns-wrapper a img {
		height: 35px;
	}

	.tap-why-section {
		padding: 70px 0;
	}
	.tap-why-title {
		font-size: 38px;
		line-height: 44px;
		margin: 0 0 40px;
	}
	.tap-why-cards-wrapper {
		padding: 30px 20px;
		row-gap: 40px;
		column-gap: 25px;
	}
	.tap-why-cards-wrapper .tap-why-card {
		padding-left: 10px;
	}
	.tap-why-bottom {
		padding: 20px;
	}
	.tap-why-bottom p {
		font-size: 18px;
		line-height: 28px;
	}
	.tap-steps-section {
		padding: 0 0 70px;
	}
	.tap-steps-title {
		font-size: 38px;
		line-height: 44px;
		margin: 0 0 40px;
	}
	.tap-steps-cards-wrapper {
		gap: 25px;
	}
	.tap-steps-hr {
		margin: 70px 0 50px 0;
	}
	.tap-steps-bottom-para {
		font-size: 18px;
		line-height: 28px;
	}

	.tap-tabs-section {
		padding: 0 0 70px;
	}
	.tap-tabs-section .row {
		flex-direction: column-reverse;
	}
	.tap-tabs-wrapper {
		padding-right: 0;
		margin-top: 40px;
	}
	.tap-cta-section {
		padding: 0 0 70px 0;
	}
	.tap-cta-row {
		flex-direction: column-reverse;
	}
	.tap-cta-content-wrapper {
		padding: 60px 50px 50px 50px;
		max-width: 100%;
		text-align: center;
	}
	.tap-cta-btns-wrapper {
		justify-content: center;
	}
	.tap-cta-img-wrapper {
		text-align: center;
	}
	.tap-cta-img-wrapper img {
		width: 70%;
	}
}

/* <!-- === RESPONSIVE ONLY 768px STARTS HERE === --> */

@media (max-width: 768px) {
	.tap-hero-section {
		padding-top: 0px;
	}
}

/* <!-- === RESPONSIVE ONLY 767px STARTS HERE === --> */

@media (max-width: 767px) {
	.tap-hero-section .content {
		padding: 50px 0 40px 0;
	}
	.tap-hero-section .content {
		text-align: center;
	}
	.tap-hero-section .content .btns-wrapper {
		justify-content: center;
	}
	.tap-hero-section .hero-right-img {
		position: relative;
		width: 100%;
	}
	.tap-why-cards-wrapper .tap-why-card {
		padding-left: 15px;
		width: 100%;
	}
	.tap-steps-cards-wrapper {
		flex-wrap: wrap;
		justify-content: center;
	}
	.tap-steps-card {
		width: calc(50% - 18px);
	}
	.tap-cta-btns-wrapper a img {
		height: 40px;
		width: auto;
	}
}

/* <!-- === RESPONSIVE ONLY 575px STARTS HERE === --> */

@media (max-width: 575px) {
	.gurutap-hero-section .content {
		padding: 45px 0 40px 0;
	}
	.tap-why-section {
		padding: 50px 0;
	}
	.tap-why-title {
		font-size: 28px;
		line-height: 36px;
		margin: 0 0 30px;
	}
	.tap-why-cards-wrapper {
		row-gap: 30px;
	}
	.tap-why-bottom {
		padding: 20px 10px;
	}
	.tap-why-bottom p {
		font-size: 16px;
		line-height: 26px;
	}
	.tap-steps-section {
		padding: 0 0 50px;
	}
	.tap-steps-title {
		font-size: 28px;
		line-height: 36px;
		margin: 0 0 30px;
	}
	.tap-steps-card {
		width: 100%;
	}
	.tap-steps-hr {
		margin: 40px 0 30px 0;
	}
	.tap-steps-bottom-para {
		font-size: 16px;
		line-height: 25px;
	}
	.tap-tabs-section {
		padding: 0 0 50px;
	}
	.tap-accordion-header {
		gap: 15px;
	}
	.tap-cta-section{
		padding: 0 0 50px 0;
	}
	.tap-cta-row {
		margin: 0;
	}
	.tap-cta-title {
		font-size: 28px;
		line-height: 36px;
		margin: 0 0 15px;
	}
	.tap-cta-content-wrapper {
		padding: 35px 0px 35px;
	}
	.tap-cta-btns-wrapper {
		gap: 15px;
	}
	.tap-cta-btns-wrapper a img {
		height: 35px;
	}
	.tap-cta-img-wrapper img {
		width: 90%;
	}
}
